Shiny Server

Configuration:

Similar to all other configurations, the Shiny Server has a shared volume in the docker volumes directory. This volume mirrors /srv/shiny-server. Updating the Shiny Server is more complicated because it needs to serve static html files as well as scripting files for shiny programs.

This site, while the networking and container is all functioning, the individual apps are not up and running at the moment.

Updates to be made:

  • Add all necessary packages
  • Add all necessary data files
  • Necessary configurations for apps to edit databases
  • Create logins to access certain pages
  • Ideally some method to allow multiple users on the same app updating the same database simultaneously
  • Citations for all data sources